C# comment

64

C# comment -

// This is a single line comment
 
/* This is a multi-line comment
   and continues until the end
   of comment symbol is reached */

Comments

Submit
0 Comments